home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / logo2.pov < prev    next >
Encoding:
Text File  |  1992-10-05  |  1.0 KB  |  57 lines

  1. //------ P O V Letters ...10/02/92 M.Miller
  2.  
  3. #include "colors.inc"
  4. #include "shapes.inc"
  5. #include "shapes2.inc"
  6. #include "textures.inc"
  7. #include "world7.inc"
  8. #include "grid.inc"
  9. #include "letters.inc"
  10. #include "ray.inc"
  11.  
  12.  
  13. camera {
  14.    location <0 40 -1170>
  15.    direction <0 0 4>
  16.    up  <0 1 0>
  17.    right <1.3 0 0>
  18.    look_at <0 10 0>
  19. }
  20.  
  21.  
  22. object { light_source { <400 270 -660 > color White }}
  23. object { light_source { <4400 3270 -660 > color Gold }}
  24.  
  25.  
  26. object {
  27.    sphere { <0 0 0> 10000 }
  28.      texture {
  29.         gradient <0 1 0>
  30.          color_map {
  31.       [0 .1 color MidnightBlue color Black]
  32.       [.1 1.1 color Black color Black]
  33.          }
  34.     ambient .2
  35.     diffuse .3
  36.     scale <10000 10000 10000>
  37.      }
  38. }
  39.  
  40.  
  41.  
  42. composite {
  43. object { GRAD_PANEL translate <0 100 20> }
  44. object { GRAD_PANEL translate <-106 100 20> }
  45. object { GRAD_PANEL translate <106 100 20> }
  46. composite { POV }
  47. composite { RAYTRACE translate <0 -35 0> }
  48. }
  49.  
  50.  
  51.  
  52.  
  53. object {
  54.   plane { <0 1 0> -49 }
  55.     texture { color DimGray ambient .1 diffuse .3 reflection .2 }
  56. }
  57. ə